public FamilyInstanceCreationData NewFamilyInstanceCreationData(
	FamilySymbol symbol,
	IList<XYZ> adaptivePoints
)
  • symbol
    A FamilySymbol object that represents the type of the instance that is to be inserted.
  • IList<XYZ>
    adaptivePoints
    The adaptive point location where the adaptive instance is to be placed.
Return Value FamilyInstanceCreationData FamilyInstanceCreationData